
if service.click({
{"Clear,Button@System UI",
}
})
return true
end


if service.click({
{"Clear,Button@One UI Home",
}
})
return true
end

if service.click({
{"%Notification bar@System UI$200",
"Wi-Fi*$200",
"%Go back",
}
})
return true
end
if service.click({
{"%Notification bar@One UI Home$200",
"Wi-Fi*$200",
"%Go back",
}
})
return true
end

if service.click({
{"%To end",
}
})
return true
end
